﻿2026-07-27T09:12:24.8750234Z ##[group]Run actions/checkout@v5
2026-07-27T09:12:24.8751135Z with:
2026-07-27T09:12:24.8751536Z   fetch-depth: 0
2026-07-27T09:12:24.8751931Z   repository: BigscreenVR/spt-bs-core
2026-07-27T09:12:24.8754789Z   token: ***
2026-07-27T09:12:24.8755150Z   ssh-strict: true
2026-07-27T09:12:24.8755510Z   ssh-user: git
2026-07-27T09:12:24.8755895Z   persist-credentials: true
2026-07-27T09:12:24.8756283Z   clean: true
2026-07-27T09:12:24.8756641Z   sparse-checkout-cone-mode: true
2026-07-27T09:12:24.8757064Z   fetch-tags: false
2026-07-27T09:12:24.8757581Z   show-progress: true
2026-07-27T09:12:24.8757938Z   lfs: false
2026-07-27T09:12:24.8758266Z   submodules: false
2026-07-27T09:12:24.8758637Z   set-safe-directory: true
2026-07-27T09:12:24.8759309Z   allow-unsafe-pr-checkout: false
2026-07-27T09:12:24.8760024Z ##[endgroup]
2026-07-27T09:12:24.9557698Z Syncing repository: BigscreenVR/spt-bs-core
2026-07-27T09:12:24.9559354Z ##[group]Getting Git version info
2026-07-27T09:12:24.9560026Z Working directory is '/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core'
2026-07-27T09:12:24.9561008Z [command]/usr/bin/git version
2026-07-27T09:12:24.9587181Z git version 2.43.0
2026-07-27T09:12:24.9605396Z ##[endgroup]
2026-07-27T09:12:24.9616384Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/5caadf44-45d8-4182-a367-1edf94884349' before making global git config changes
2026-07-27T09:12:24.9617543Z Adding repository directory to the temporary git global config as a safe directory
2026-07-27T09:12:24.9619672Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core
2026-07-27T09:12:24.9653188Z [command]/usr/bin/git config --local --get remote.origin.url
2026-07-27T09:12:24.9671208Z https://github.com/BigscreenVR/spt-bs-core
2026-07-27T09:12:24.9683318Z ##[group]Removing previously created refs, to avoid conflicts
2026-07-27T09:12:24.9686981Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-07-27T09:12:24.9707882Z HEAD
2026-07-27T09:12:24.9738561Z ##[endgroup]
2026-07-27T09:12:24.9740392Z [command]/usr/bin/git submodule status
2026-07-27T09:12:24.9921696Z ##[group]Cleaning the repository
2026-07-27T09:12:24.9925409Z [command]/usr/bin/git clean -ffdx
2026-07-27T09:12:24.9960834Z [command]/usr/bin/git reset --hard HEAD
2026-07-27T09:12:25.0141417Z HEAD is now at f56fa2d0 Merge 93a70db7e4c34db04dc0c672abb4f7d1febd29b2 into 56a3497fbbaef9dfa95ccb5e92f30a0c8dcc34c6
2026-07-27T09:12:25.0147222Z ##[endgroup]
2026-07-27T09:12:25.0149338Z ##[group]Disabling automatic garbage collection
2026-07-27T09:12:25.0152678Z [command]/usr/bin/git config --local gc.auto 0
2026-07-27T09:12:25.0177934Z ##[endgroup]
2026-07-27T09:12:25.0178517Z ##[group]Setting up auth
2026-07-27T09:12:25.0183358Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-07-27T09:12:25.0210874Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-07-27T09:12:25.0399835Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-07-27T09:12:25.0424971Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-07-27T09:12:25.0611163Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-07-27T09:12:25.0636416Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-07-27T09:12:25.0822687Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-07-27T09:12:25.0856509Z ##[endgroup]
2026-07-27T09:12:25.0857564Z ##[group]Fetching the repository
2026-07-27T09:12:25.0864763Z [command]/usr/bin/git -c protocol.version=2 fetch --prune --no-recurse-submodules --unshallow origin +refs/heads/*:refs/remotes/origin/* +refs/tags/*:refs/tags/* +9cc23caf0958f4254028def3374627ef4a2534bc:refs/remotes/pull/104/merge
2026-07-27T09:12:26.8073054Z ##[endgroup]
2026-07-27T09:12:26.8092567Z ##[group]Determining the checkout info
2026-07-27T09:12:26.8093355Z ##[endgroup]
2026-07-27T09:12:26.8093753Z [command]/usr/bin/git sparse-checkout disable
2026-07-27T09:12:26.8119640Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-07-27T09:12:26.8147922Z ##[group]Checking out the ref
2026-07-27T09:12:26.8150432Z [command]/usr/bin/git checkout --progress --force refs/remotes/pull/104/merge
2026-07-27T09:12:26.8407996Z Previous HEAD position was f56fa2d0 Merge 93a70db7e4c34db04dc0c672abb4f7d1febd29b2 into 56a3497fbbaef9dfa95ccb5e92f30a0c8dcc34c6
2026-07-27T09:12:26.8409256Z HEAD is now at 9cc23caf Merge 2aae2464dc0b9d13d5fd88bd92164c1697fee777 into 3d9ec73a834bdbbb18e1287d5021dce82c534faf
2026-07-27T09:12:26.8416518Z ##[endgroup]
2026-07-27T09:12:26.8451997Z [command]/usr/bin/git log -1 --format=%H
2026-07-27T09:12:26.8474842Z 9cc23caf0958f4254028def3374627ef4a2534bc
